{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# CS240: Computer Organization\n", "\n", "## Blank, Fall 2015\n", "\n", "### Assignment #7: IO and Subroutines\n", "\n", "This assignment is designed to:\n", "\n", "* Understand IO for the LC-3\n", "* Understand subroutines\n", "\n", "**Assignment**\n", "\n", "Do the following 10 exercises: 9.1, 9.2, 9.4, 9.8, 9.13, 9.17\n", "\n", "Due: Monday November 16th, 2015 in class. \n", "\n", "Grading criteria:\n", "\n", "* Correctness of answers: 75%\n", "* Explanations: 25%" ] } ], "metadata": { "kernelspec": { "display_name": "Calysto LC3", "language": "gas", "name": "calysto_lc3" }, "language_info": { "codemirror_mode": { "name": "gas", "version": 3 }, "file_extension": ".asm", "mimetype": "text/x-gas", "name": "gas" } }, "nbformat": 4, "nbformat_minor": 0 }